* configure.in: Use the AC_PROG_CPP macro, and then use the CPP
authorJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 02:07:41 +0000 (02:07 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 02:07:41 +0000 (02:07 +0000)
commitc5f67786fe4a289c3366242a4b1f64c18d9a6f1c
treefd6b1b232451c489fc4eed367f7cb4b84f369cee
parentd3245f70eece5fde26ae4ab06f1b3d97fe28c8b7
* configure.in: Use the AC_PROG_CPP macro, and then use the CPP
variable to scan the machine and system description files.

* configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
so that getdate.y builds correctly.

* configure.in (tempcname): Change this to "conftest.c", so it will
work properly on systems with short filenames; this is the name
autoconf uses.

* configure.in: Also detect the availability of dup2 and
gethostname.

* configure.in: Use the AC_ALLOCA test.
* Makefile.in (ALLOCA): New variable, to be set by ./configure.
(lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.

* Makefile.in: Add autoconf cookies so that the configure
script can comment out sections of path variable definitions to
choose between the installable configuration and the run-in-place
configuration.
* configure.in: Add new option `--run-in-place', to select the
run-in-place path definitions.

* configure.in: Add a clause to the big configuration name case
for the NeXT machine.
configure1.in